function main() {
Screen:Show()
Screen:PrintString("Mabuhay!") //print the message
Screen:CLS() //erase the message on the viewing Screen
Screen:Render() //display the message to the viewing Screen
Konsol:Delay(1000) //pause for a second to read "nothing"
}